home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / degree2r / copydi~1.txt < prev    next >
Text File  |  1999-07-26  |  97b  |  5 lines

  1. <%
  2. Set fs = CreateObject("Scripting.FileSystemObject")
  3. fs.CopyFolder "d:\db" , "d:\clock"
  4. %>
  5.